// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
import { getAnalytics } from "firebase/analytics";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
  apiKey: "AIzaSyAIDLFh6HuSb5mEzr7aEW2EPUc0S2LyrWE",
  authDomain: "medkom-tracker.firebaseapp.com",
  projectId: "medkom-tracker",
  storageBucket: "medkom-tracker.firebasestorage.app",
  messagingSenderId: "473064608033",
  appId: "1:473064608033:web:9f033317625e630010ae60",
  measurementId: "G-2FNG1MH2QV"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);